Einhugur Xml Plugin for Xojo

EinhugurXml.XPathNode Class (console safe)

XPathNode class represents result element from XPath query. XPath query can either return nodes or attributes, which is why XPathNode can carry either Node or Attribute.

Object
   XPathNode

class EinhugurXml.XPathNode

Constructors

XPathNodePrivate constructor.

Properties

AttributeReturns the attribute if the XPathNode is carrying attribute, else empty Attribute will be returned.
NodeReturns the node if the XPathNode is carrying node, else empty Node will be returned.
ParentReturns the parent of the Node or Attribute which the XPathNode is carrying.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS